projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a61b921
)
(mule-diag): Handle the case that
author
Kenichi Handa
<handa@m17n.org>
Tue, 26 Oct 1999 12:53:53 +0000
(12:53 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 26 Oct 1999 12:53:53 +0000
(12:53 +0000)
default-input-method is symbol.
lisp/international/mule-diag.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-diag.el
b/lisp/international/mule-diag.el
index 62dff39a667be9c6da9a578ae04ffe41bc9cfa26..f442298aa81fbaed28125f8b465d572f22b803d4 100644
(file)
--- a/
lisp/international/mule-diag.el
+++ b/
lisp/international/mule-diag.el
@@
-783,7
+783,7
@@
system which uses fontsets)."
(list-input-methods-1)
(insert "\n")
(if default-input-method
- (insert
"Default input method: " default-input-method "\n"
)
+ (insert
(format "Default input method: %s\n" default-input-method)
)
(insert "No default input method is specified\n"))
(insert-section 4 "Coding systems")